home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 42
/
PC Gamer IT CD 42 2-2.iso
/
utility
/
net2phone
/
data1.cab
/
Langauge_Independent
/
Net2fone.exe
/
0
/
RCDATA
/
TENTERPIN
/
TENTERPIN.txt
Wrap
Text File
|
1999-03-22
|
2KB
|
92 lines
object EnterPin: TEnterPin
Left = 521
Top = 211
Width = 261
Height = 170
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'Enter Pin'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
Position = poScreenCenter
Scaled = False
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 11
Top = 23
Width = 224
Height = 13
Caption = 'Please Enter Your Personal ID Number:'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object SavePinLabel: TLabel
Left = 40
Top = 84
Width = 77
Height = 13
Caption = 'Save Pin to disk'
end
object Tmp: TLabel
Left = 8
Top = 8
Width = 21
Height = 13
Caption = 'Tmp'
Visible = False
end
object LocalPinNo: TEdit
Left = 75
Top = 48
Width = 88
Height = 21
Color = clWhite
MaxLength = 5
PasswordChar = '*'
TabOrder = 0
OnChange = LocalPinNoChange
end
object BOk: TButton
Left = 42
Top = 110
Width = 75
Height = 23
Caption = 'OK'
Default = True
TabOrder = 1
OnClick = BOkClick
end
object SavePin: TCheckBox
Left = 11
Top = 75
Width = 22
Height = 30
Color = clBtnFace
ParentColor = False
TabOrder = 2
OnClick = SavePinClick
end
object BCancel: TButton
Left = 138
Top = 110
Width = 75
Height = 23
Caption = 'Cancel'
Default = True
ModalResult = 2
TabOrder = 3
end
end